This is tacky to include a posix header globally, but there's only one proto declared...
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 12 May 2014 04:04:47 +0000 (04:04 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 12 May 2014 04:04:47 +0000 (04:04 +0000)
gpsbabel/jeeps/gpsserial.cc

index 0e0c4a031dc69b2fad485267b8bf46011ea2a6ca..7591a1187f45c189d1eff0cab40ec0b70250def1 100644 (file)
@@ -228,7 +228,7 @@ int32 GPS_Serial_Read(gpsdevh* dh, void* ibuf, int size)
 
 #else
 
-#include "../gbser_posix.h"
+#include "gbser_posix.h"
 #include <sys/ioctl.h>
 #include <sys/time.h>
 #include <termios.h>